configuration / system / timezones / [ID] / dst-off

CLI REST-API

minute

Minute
This is a read-write object and valid values are signed integers within a range of 0-59.

Datatype-Help:
value must be between 0 and 59.



See also:
/configuration/system/timezones/[ID]/dst-off
/configuration/system/timezones/[ID]/dst-off/name
/configuration/system/timezones/[ID]/dst-off/weekday
/configuration/system/timezones/[ID]/dst-off/day
/configuration/system/timezones/[ID]/dst-off/month
/configuration/system/timezones/[ID]/dst-off/year
/configuration/system/timezones/[ID]/dst-off/offset-sign
/configuration/system/timezones/[ID]/dst-off/hour
/configuration/system/timezones/[ID]/dst-off/changing-hour
/configuration/system/timezones/[ID]/dst-off/changing-minute
/configuration/system/timezones/[ID]/dst-off/changing-second

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/system/timezones/.*/dst-off


Example using curl:
curl /api/configuration/system/timezones/.*/dst-off


Method: PATCH
URL: /api/configuration/system/timezones/.*/dst-off
Body:
{
  "minute": 0
}

Example using curl:
curl -X PATCH /api/configuration/system/timezones/.*/dst-off -d
{
  "minute": 0
}